string_implode
Syntax:
string_implode(array, glue)
Arguments:
| Argument Name | Type | Description |
|---|---|---|
| array | array | array to implode |
| glue | string | value to add between each string |
Returns: (string)
Description:
Loading page...
Syntax:
string_implode(array, glue)
Arguments:
| Argument Name | Type | Description |
|---|---|---|
| array | array | array to implode |
| glue | string | value to add between each string |
Returns: (string)
Description:
Loading page...